most derived class meaning in Chinese
最末层的
最末层衍生类别 最底层的派生类
最末层衍生类别最底层的派生类
Examples
- Most derived class
最底层的派生类 - The overriding member in the most derived class is called , which might be the original member , if no derived class has overridden the member
将调用大部分派生类中的该重写成员,如果没有派生类重写该成员,则它可能是原始成员。 - At that point , the code in the constructor for the base class executes , followed by the code in each constructor in all derived classes and the code in the most derived classes is executed last
构造函数,直到到达基类的构造函数。此时,基类构造函数中的代码执行,接着执行所有派生类中每个构造函数的代码,最后执行最相近派生的类中的代码。 - If a complete object , a data member ( 9 . 2 ) , or an array element is of class type , its type is considered the most derived class , to distinguish it from the class type of any base class subobject ; an object of a most derived class type is called a most derived object
如果完整对象,数据成员或数组元素具有类类型,则其类型被看作最终派生类,以之与此类的任何基类子对象的类型区别;一个最终派生类类型的对象被称为最终派生对象。